ref: 6e4bf0cdecce71d9a839c1e7f6a42409c2f9d961 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) }