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