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