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