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