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