blob: d78ceb9499f44344e5e43bf70cac2890df030c1d [file] [log] [blame]
def f(c):
for i in [1, 2, 3]:
if c:
x = 0
break
else:
x = 1
return x #pass