ref: 0103ef37062ff55596da4d6ada8f75ae898885bc 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) }