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