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