fune/tools/clang-tidy/test/performance-unnecessary-value-param.cpp
2018-11-30 06:36:07 -05:00

4 lines
No EOL
60 B
C++

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