Got the new scoping working! Still some odd stuff happening to certian templates, and I think vector is having problems with new/traits. Really need to get canonnical filenames and what not worked out
This commit is contained in:
8
tests/topLevelVarInit.krak
Normal file
8
tests/topLevelVarInit.krak
Normal file
@@ -0,0 +1,8 @@
|
||||
import io;
|
||||
|
||||
|int| a = 42;
|
||||
|
||||
|int| main() {
|
||||
io::println(a);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user