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