diff options
Diffstat (limited to 'tests/misc/theaproots.nim')
-rw-r--r-- | tests/misc/theaproots.nim | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/misc/theaproots.nim b/tests/misc/theaproots.nim index 77d0207b0..2dd345254 100644 --- a/tests/misc/theaproots.nim +++ b/tests/misc/theaproots.nim @@ -1,3 +1,7 @@ +discard """ +action: compile +""" + type Bar = object x: int @@ -24,7 +28,7 @@ proc acc(x: var Foo): var ref Bar = proc test(maybeFoo: var Foo, maybeSeq: var seq[ref Bar], - bars: var openarray[ref Bar], + bars: var openArray[ref Bar], maybeTup: var Tup) = var bb: ref Bar maybeFoo.rmaybe = bb |