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