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