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