This website requires JavaScript.
Explore
Help
Sign In
srenblad
/
artiq
forked from
M-Labs/artiq
Watch
1
Star
0
Fork
You've already forked artiq
0
Code
Pull Requests
Activity
f8c2709943
artiq
/
lit-test
/
compiler
/
integration
/
locals.py
7 lines
92 B
Python
Raw
Blame
History
# RUN: %python -m artiq.compiler.testbench.jit %s
x
=
1
assert
x
==
1
x
+
=
1
assert
x
==
2
View Git Blame
Copy Permalink