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