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