work on type inference some more
[ccc.git] / input.txt
index 3f8969e..db93041 100644 (file)
--- a/input.txt
+++ b/input.txt
@@ -16,6 +16,12 @@ fun(x){
        "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, []);