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