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