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