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