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