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