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