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