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