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