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