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