Test every book test case
[tiger.ml.git] / compiler / testcases / test44.tig
diff --git a/compiler/testcases/test44.tig b/compiler/testcases/test44.tig
new file mode 100644 (file)
index 0000000..afae869
--- /dev/null
@@ -0,0 +1,11 @@
+/* valid nil initialization and assignment */
+let 
+
+       type rectype = {name:string, id:int}
+       var b:rectype := nil
+
+in
+
+       b := nil
+
+end
This page took 0.024691 seconds and 4 git commands to generate.