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