forked from M-Labs/artiq
8 lines
147 B
Python
8 lines
147 B
Python
# RUN: %python -m artiq.compiler.testbench.jit %s
|
|
|
|
assert now_mu() == 0
|
|
delay_mu(100)
|
|
assert now_mu() == 100
|
|
at_mu(12345)
|
|
assert now_mu() == 12345
|