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