Fixed up testing etc
This commit is contained in:
8
tests/test_topLevelVarInit.krak
Normal file
8
tests/test_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