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