index
:
firefox
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang-tidy
/
test
/
clang-analyzer-core.UndefinedBinaryOperatorResult.cpp
blob: 1351c35f44017f27a0a26c64988f9792959aa159 (
plain
)
1
2
3
4
void
test
()
{
int
x
;
int
y
=
x
+
1
;
}