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