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