blob: ab8f3a43bd85623f454ac3e064d63485fd7fe21b [file] [log] [blame]
def bar():
if 11 > 4:
print('ok')
def main(indices):
foo = True
bar()
return foo