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