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