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