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