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