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