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