blob: 76b9b307620146938aff9b53ba09a8da9b0d6624 [file] [log] [blame]
def bar(c_new):
if c_new:
print(1)
def foo(c):
x = 1
bar(c)
# Comment
return x