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

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