ref: 4753d76a7b1db9baf88a6b784b785a92ec0958e4 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) }