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