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