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