summary refs log blame commit diff stats
path: root/tests/ccgbugs/tsequence_outoforder.nim
blob: 93a45900d0bb03ebd98dba40bb4f0575a30303da (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                    
discard """
  output: '''@[2]'''
"""

# bug #9684

var s2 = @[2, 2]

s2 = @[s2.len]

echo s2