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