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