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