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