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