mirror of
https://github.com/github/codeql.git
synced 2026-07-29 23:00:09 +02:00
4 lines
78 B
C++
4 lines
78 B
C++
bool foo(int n1, unsigned short delta) {
|
|
return n1 + delta < n1; // BAD
|
|
}
|