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