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