UTBotCpp
UTBotCpp copied to clipboard
Conflicting definition of types for `curl` project
Description In C we can define a struct and a typedef with the same type name. But this won`t compile with C++ compilers.
To Reproduce Steps to reproduce the behavior:
- Clone curl project
- Select
curltarget and generate tests forlib/cf-h1-proxy.cfile - Try to run generated tests
Expected behavior Tests are supposed to be executed successfully.
Actual behavior Compilation error.
Visual proofs (screenshots, logs)
error: definition of type 'h1_tunnel_state' conflicts with typedef of the same name)