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