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