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