b1091f85d ^
1 2 3 4 5 6 7
import t9578 proc testTuple*(x: var tuple[a:mytype,b:mytype,c:mytype]) = f(x[0].addr) proc testTuple2*(x: var ptr tuple[a:mytype,b:mytype,c:mytype]) = f(x[0].addr)