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