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