blob: 15b0536202eb8f10453e9d74e38a56f3eebccab2 [file] [log] [blame]
def foo():
if foo():
return -1
else:
return 1
return foo()
bar