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

6 lines
81 B
C++

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