summaryrefslogtreecommitdiff
path: root/test/func1.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/func1.lm')
-rw-r--r--test/func1.lm9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/func1.lm b/test/func1.lm
new file mode 100644
index 0000000..c973e44
--- /dev/null
+++ b/test/func1.lm
@@ -0,0 +1,9 @@
+##### LM #####
+int f()
+{
+ print( 'hello world\n' )
+}
+
+f()
+##### EXP #####
+hello world