This commit is contained in:
Araq
2015-08-09 23:07:53 +02:00
parent 0fc43d3d95
commit 50861792f4
2 changed files with 13 additions and 1 deletions

View File

@@ -18,7 +18,8 @@ bb
aa
bb
24
2147483647 2147483647'''
2147483647 2147483647
5'''
"""
const s = @[1,2,3]
@@ -80,3 +81,12 @@ static:
static:
var foo2 = int32.high
echo foo2, " ", int32.high
# bug #1329
static:
var a: ref int
new(a)
a[] = 5
echo a[]