summaryrefslogtreecommitdiff
path: root/test/exit1.lm
blob: 1a4f82aa6fba3e5fda0e5fa3be89013e93ab861d (plain)
1
2
3
4
5
6
7
##### LM #####

print( 'before\n' )
exit( 0 )
print( 'after\n' )
##### EXP #####
before