fune/tools/clang-tidy/test/performance-unnecessary-value-param.cpp

4 lines
61 B
C++

#include "structures.h"
void f(const std::string Value) {
}