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