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