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