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