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