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