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