ref: c2cd468bc6ebefa681b47472e2a2df2fbbf0fe55 dir: /test/arraylen.myr/
use std /* checks that array lengths work. should exit with 12. */ const main = { var a : int[12] -> a.len }