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