Test every book test case
[tiger.ml.git] / compiler / testcases / test27.tig
diff --git a/compiler/testcases/test27.tig b/compiler/testcases/test27.tig
new file mode 100644 (file)
index 0000000..957adfe
--- /dev/null
@@ -0,0 +1,8 @@
+/* locals hide globals */
+let
+       var a:=0
+
+       function g(a:int):int = a 
+in
+ g(2)
+end
This page took 0.028641 seconds and 4 git commands to generate.