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