blob: 5ef6f9653efb19eb1143aefd7d87d73db96a5716 [file] [log] [blame]
def plus(a_new, b_new):
return a_new + b_new * 123
def f():
a = 1
b = 1
c = plus(a, b)