blob: 5beb7e1ff17d565d3607eb20ce30a8dfef7a7f70 [file] [log] [blame]
foo = 1
while True:
foo += 2
# <ref>
print(foo)