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