From 97650a26c3d940a98313c37fe122c146ab7c7ff4 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 27 Jan 2017 10:53:28 +0100 Subject: Can compile test.nl (with a simple change) --- test.nl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test.nl') 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) { -- cgit v1.2.3-70-g09d2