summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/duplicated-definition-count.hpp
AgeCommit message (Collapse)Author
2022-11-11Fix duplicated function names (#2341)Christian Poveda Ruiz
Even though this change does name deduplication in a slower way, it avoids name collisions without any breaking changes in the test suite. Fixes #2202