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