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