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