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