ref: 57d3cab36e26b6f18dfc4832caa301ef953fb1d9 dir: /test/matchtup.myr/
use std const main = { var v = (1, 2) match v | (1, x): -> 40 + x | _: std.die("Wat") ;; -> 0 }