ref: 2cccc2b8dcb96674c1e3f7bf956e9a7a05d60df0 dir: /test/arraypass.myr/
use std const keq = {a, b std.put("{}\n", b[0]) } const main = {args : byte[:][:] var k : byte[5] k = [1,2,3,4,5] keq(k, k) }