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