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