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