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