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