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