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