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