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