summaryrefslogtreecommitdiff
path: root/test/decl1.lm
blob: 23d7919905dd2527f5bef4a0e1ae89f11f732cac (plain)
1
2
3
4
Int: int = 7
print( Int, '\n' )
##### EXP #####
7