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