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