forked from M-Labs/artiq
1
0
Fork 0
artiq/lit-test/compiler/integration/attribute.py

7 lines
124 B
Python
Raw Normal View History

# RUN: %python -m artiq.compiler.testbench.jit %s
r = range(10)
assert r.start == 0
assert r.stop == 10
assert r.step == 1