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