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