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