ref: 36f4100dcea54700c0441a4667f601bcb5b1c59e 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) }