godot/modules/gdscript/tests/scripts/parser/errors/missing_paren_after_args.gd

func args(a, b):
	print(a)
	print(b)

func test():
	args(1,2