ref: 21b5fb876c5f1e6188a3a6b0e9e77311f06525f0 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) }