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