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