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