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