ref: 03857943018a82e1101cecbb026b5e11f4061dc5 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) }