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