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