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