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