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