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