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