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