summary refs log tree commit diff stats
path: root/tests/ccgbugs/xoa9578.nim
blob: 94ef345194c3a156442811d0d9caab6256c38b0d (plain) (blame)
1
2
3
4
import t9578

proc testOpenArray*(x: var openArray[mytype]) =
  f(x[0].addr)