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