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