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