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