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