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