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