summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/features/nested_function_calls.gd
blob: 31de73813f93f925192d175ad329dfbc903167dc (plain)
1
2
3
4
5
6
func foo(x):
	return x + 1

func test():
	@warning_ignore("unsafe_call_argument")
	print(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(0)))))))))))))))))))))))))