summaryrefslogtreecommitdiff
path: root/test/func1.lm
blob: 32540f01883ef0a7d3c1ac38ed2d5c1a611c3631 (plain)
1
2
3
4
5
6
7
8
int f()
{
	print( 'hello world\n' )
}

f()
##### EXP #####
hello world