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