| 21 | }; |
| 22 | |
| 23 | void function() { |
| 24 | // Can have ll defined more than once |
| 25 | // but in non-inclusive scopes |
| 26 | auto lambdaFunctionParent = []() __qpu__ { |
| 27 | cudaq::qubit q; |
| 28 | x(q); |
| 29 | }; |
| 30 | printf("5: %s", cudaq::get_quake(lambdaFunctionParent).data()); |
| 31 | } |
| 32 | |
| 33 | int main() { |
| 34 |