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