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