summaryrefslogtreecommitdiff
path: root/tests/genie/function-with-argument.gs
blob: f9264a8c6769850ac1cad8dcc2593a475d484287 (plain)
1
2
3
4
5
init
	test( 2 )

def test( a:int )
	assert( a == 2 )