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