summaryrefslogtreecommitdiff
path: root/simple.nl
diff options
context:
space:
mode:
Diffstat (limited to 'simple.nl')
-rw-r--r--simple.nl3
1 files changed, 2 insertions, 1 deletions
diff --git a/simple.nl b/simple.nl
index 050935b..2accc6a 100644
--- a/simple.nl
+++ b/simple.nl
@@ -6,6 +6,7 @@ int g_var;
int main(i32 argc, ptr(ptr(i8)) argv) {
//int i = g_var;
int i;
- i = g_var + 2 + 3;
+ //i = g_var + 2 + 3;
int a = i + 2;
+ return a;
}