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