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