mirror of https://github.com/m-labs/artiq.git
6 lines
101 B
Python
6 lines
101 B
Python
|
# RUN: %python -m artiq.compiler.testbench.signature %s
|
||
|
|
||
|
def f():
|
||
|
x, y = [0], [0]
|
||
|
x[0], y[0]
|