# RUN: %python -m artiq.compiler.testbench.jit %s
# RUN: %python %s
count = 0
for x in range(10):
count += 1
assert count == 10
assert True
else:
for x in range(0):
assert False
continue
break