trisquel-icecat/icecat/tools/clang-tidy/test/readability-simplify-boolean-expr.cpp

2 lines
40 B
C++

bool a1 = false;
bool aa = false == a1;