ref: cd7b9ddf130ed2198c3dfff0d56a5c30dc765310 dir: /test/arraylen.myr/
use std /* checks that array lengths work. should exit with 12. */ const main = { var a : int[12] std.exit(a.len) }