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