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