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