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