blob: 24b8e574387a08e11b6b4d7f6c43a8bf3da9c2d8 [file] [log] [blame]
def f(a, b, c):
return a, b, c
f(1, (2, 3, <arg>4), 5)