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