ref: 454a6a438efbd66d3e9e74b3e49512699dac1762 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) }