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