work on type inference some more
[ccc.git] / input.txt
index a723fc8..db93041 100644 (file)
--- a/input.txt
+++ b/input.txt
@@ -13,7 +13,15 @@ fun(x){
        '\x01';
        '\xaa';
        "abr";
-       
+       "a\br";
+       "a\br\"";
+       "a\xaar\\\0377\01\xa";
+       Int b = 5;
+       while(true) {
+               Bool b = true;
+               var l = [];
+               5;
+       }
 return 5;
 f(); 
 f(x); f(1, 2, []);