def foo(): pass
# definition: function: 0, 0
def bar():
# definition: function, 3, 0
foo()
# reference: call, 5, 4