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