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