summaryrefslogtreecommitdiff
path: root/tests/test_blank_funcall.tnsl
blob: aa955d80a5620e8c49cbfee791722f7e55990edf (plain)
1
2
3
4
5
6
7
8
9
10
11

int out = 0

/; func
	out = 69
;/

/; main [int]
	func()
	return out
;/