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