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