This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
artiq
mirror of
https://github.com/m-labs/artiq.git
Watch
2
Star
0
Fork
You've already forked artiq
2
Code
Issues
Projects
Releases
Wiki
Activity
65121b437f
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
Reference in New Issue
View Git Blame
Copy Permalink