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