ref: 71ae933e38bd316d15989e981820f3cbd5453c8c 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) }