ref: 8acfc5e2a00efe3866d7c5aa9201d4bd0fe9216e 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) }