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