ref: 8bd18e2d1caef67781ae69d761bdfca8d2bcf41d dir: /test/genericmatch.myr/
use std type t(@a) = union `Foo @a `Bar ;; const main = { match `Foo 123 | `Foo a: -> 0xf | `Bar: -> 0x0 ;; }