ref: 46ed41336621a10e35d0febce05d0ac1a4dcfa48 dir: /test/mkunion.myr/
type u = union `Some int `None ;; const main = { var v v = `Some 123 -> 0 }