summary refs log blame commit diff stats
path: root/tests/ccgbugs/xua9578.nim
blob: 9ba6f8fbcadfc4f5ea083664d67fcbcc4e301202 (plain) (tree)
1
2
3
4
5
6
7






                                                              
import t9578

proc testUncheckedArray*(x: var UncheckedArray[mytype]) =
  f(x[0].addr)

proc testUncheckedArray2*(x: var ptr UncheckedArray[mytype]) =
  f(x[0].addr)