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