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