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