ref: 2c0fbf27314d04cb3bb5ab1ea3f9b7bae556f89a 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) }