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