fixed field selectors on arity 0 functions
[cc1516.git] / examples / old / quickTest.spl
index da99ac4..8a9cc26 100644 (file)
@@ -1,7 +1,9 @@
+x() {
+    return [[1,2,3]];
+}
+
 main() {
-    
-    var xs = [2];
-    var ys = [1, True];
-    var ls = [1, 2, True, 'a'];
+
+    var z = x().hd.hd;
 
 }
\ No newline at end of file