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