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