clang-tidy-readability-iden.../sources/LocalVariable.cpp

6 lines
81 B
C++

int function() {
int LocalVariable = 0;
return LocalVariable;
}