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