ref: 2b3a550af408c998d0b6d51bb89a9edbd02ec51e 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) }