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