blob: 09ecace3e1382d635bdb4068d6c628a765c849f5 [file] [log] [blame]
def foo():
a = 1
print a
def bar():
foo()
foo()