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