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