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