index
:
thunderbird
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang-tidy
/
test
/
bugprone-sizeof-expression.cpp
blob: f5f1f469cec08a4f2b473a9b9de6a89c2003afc5 (
plain
)
1
2
3
class
C
{
int
size
()
{
return
sizeof
(
this
);
}
};