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