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