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