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