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