ref: 682b8ca1e799b4ae78418b0c94e46b6077b45b5a dir: /test/matchtup.myr/
use std const main = { var v = (1, 2) match v | (1, x): std.exit(40 + x) | _: std.die("Wat") ;; std.exit(0) }