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