ref: 85434ad4c4b438049f1b55bd681ddea5cd60fbef 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) }