Test every book test case
[tiger.ml.git] / compiler / testcases / test32.tig
diff --git a/compiler/testcases/test32.tig b/compiler/testcases/test32.tig
new file mode 100644 (file)
index 0000000..95ffedd
--- /dev/null
@@ -0,0 +1,9 @@
+/* error : initializing exp and array type differ */
+
+let
+       type arrayty = array of int
+
+       var a := arrayty [10] of " "
+in
+       0
+end
This page took 0.027394 seconds and 4 git commands to generate.