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