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