summaryrefslogtreecommitdiff
path: root/test.nl
diff options
context:
space:
mode:
Diffstat (limited to 'test.nl')
-rw-r--r--test.nl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.nl b/test.nl
index 99786fc..5e23bf3 100644
--- a/test.nl
+++ b/test.nl
@@ -1,9 +1,10 @@
type int = i32;
type char = i8;
-int glob = 10;
+int glob;
int main(int argc, ptr(char) argv) {
+ glob = 10;
int kaas = glob + 2;
glob = 2 > 1 || 1 == 1 % 10;
while (glob < 20) {