1 2 3 4 5 6 7
import t9578 proc testArray*(x: var array[3,mytype]) = f(x[0].addr) proc testArray2*(x: var ptr array[3,mytype]) = f(x[0].addr)