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