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