blob: 32dc0919d63d43a444c2fcb208e70c7bca057078 [file] [log] [blame]
def foo():
try:
for i in bar:
break
except:
raise Exception()
return 3