summaryrefslogtreecommitdiff
path: root/simple.nl
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-01-24 21:52:56 +0100
committertomsmeding <tom.smeding@gmail.com>2017-01-24 21:52:56 +0100
commit935f59da631ec97f6c7a0b49caae127e7a9aaa78 (patch)
tree1d6453abf0eb7417e64e40d1142c4b0d51d921d2 /simple.nl
parentf9f666c7088ad2acde6dad3bd57ebf8438ba9ea1 (diff)
Codegen single literal int
Diffstat (limited to 'simple.nl')
-rw-r--r--simple.nl1
1 files changed, 1 insertions, 0 deletions
diff --git a/simple.nl b/simple.nl
index a09feb6..fd6c5c7 100644
--- a/simple.nl
+++ b/simple.nl
@@ -7,4 +7,5 @@ int main(i32 argc, ptr(ptr(i8)) argv) {
//int i = g_var;
//int a = i + 2;
int i;
+ 1;
}