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