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