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