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