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