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