ref: 197018681ecff082c348b5954a69a18e12bcbd50 dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }