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