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