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