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