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