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