fune/tools/clang-tidy/test/bugprone-sizeof-expression.cpp

3 lines
51 B
C++

class C {
int size() { return sizeof(this); }
};