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