fune/tools/clang-tidy/test/misc-redundant-expression.cpp

3 lines
66 B
C++

int TestSimpleEquivalent(int X, int Y) {
if (X - X) return 1;
}