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