ref: eadf2bcb3c9dbe20b8bef1cf7e6059703f1e5ac6 dir: /test/matcharray.myr/
use std const main = { var v = [2, 40, 10] match v | [x, y, 10]: std.exit(x + y) | _: std.die("Wat") ;; std.exit(0) }