b1091f85d ^
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)