blob: 57ac3e896508518584524b9b9e7e49f462bcee05 [file] [log] [blame]
def a(x):
return x
def f():
return a('foo')