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