summaryrefslogtreecommitdiff
path: root/tnslc/test.tnsl
blob: 7bf76ce33ce353d1fc807e62230445b1db10cbeb (plain)
1
2
3
4
5
6
7
8
9

/; five [int]
	return 5
;/

/; main (int argc, ~~uint8 argv) [int]
	return five()
;/