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