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