ref: 307f6ff68bfa490e9cdece9b3cc6ec7acbf7b343 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) }