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