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