From befdce51b44408e7e29e5ca78441f7b223f67bf8 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 1 Apr 2014 16:35:50 +0200 Subject: fixed another vm bug --- tests/vm/tstaticprintseq.nim | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/vm') diff --git a/tests/vm/tstaticprintseq.nim b/tests/vm/tstaticprintseq.nim index 3dfd0048d..b9658e93d 100644 --- a/tests/vm/tstaticprintseq.nim +++ b/tests/vm/tstaticprintseq.nim @@ -17,7 +17,8 @@ bb 22 aa bb -24''' +24 +2147483647 2147483647''' """ const s = @[1,2,3] @@ -76,3 +77,6 @@ const y = fac() static: echo y +static: + var foo = int32.high + echo foo, " ", int32.high -- cgit 1.4.1-2-gfad0