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