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