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