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