Test every book test case
[tiger.ml.git] / compiler / testcases / test37.tig
diff --git a/compiler/testcases/test37.tig b/compiler/testcases/test37.tig
new file mode 100644 (file)
index 0000000..e13c284
--- /dev/null
@@ -0,0 +1,8 @@
+/* redeclaration of variable; this is legal, there are two different
+   variables with the same name.  The second one hides the first.  */
+let
+       var a := 0
+       var a := " "
+in
+       0
+end
This page took 0.03023 seconds and 4 git commands to generate.