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