summaryrefslogtreecommitdiff
path: root/tests/test_module.tnsl
blob: 394662b05032741308c6c96b13a5fdbe6502020b (plain)
1
2
3
4
5
6
7
/; module Mod
	int i = 69
;/

/; main [int]
	return Mod.i
;/