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