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