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