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