summaryrefslogtreecommitdiff
path: root/simple.nl
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-01-26 22:04:17 +0100
committertomsmeding <tom.smeding@gmail.com>2017-01-26 22:04:17 +0100
commit311a353fea97e74eb049180da51b5395561975cc (patch)
treef6bc87d1de85ff0e8014eeca4a2ea578f48a9442 /simple.nl
parent56b305928143e7411e9fc39dc8d33d8078dd63eb (diff)
Also fix stores... See HEAD^
Diffstat (limited to 'simple.nl')
-rw-r--r--simple.nl2
1 files changed, 1 insertions, 1 deletions
diff --git a/simple.nl b/simple.nl
index 2accc6a..8a8180a 100644
--- a/simple.nl
+++ b/simple.nl
@@ -5,7 +5,7 @@ int g_var;
int main(i32 argc, ptr(ptr(i8)) argv) {
//int i = g_var;
- int i;
+ int i = 40;
//i = g_var + 2 + 3;
int a = i + 2;
return a;