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