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