ref: 4a8bc7aa008f753c082a914a0f95ea3df09d2123 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) }