blob: 0ca17889e4141fc1ea81d45522a6b50b7526226d [file] [log] [blame]
x = 0
def bar():
global x
x = 1
def foo():
global x
bar()