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