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