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