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