mirror of
https://github.com/github/codeql.git
synced 2025-12-27 22:26:31 +01:00
7 lines
75 B
C++
7 lines
75 B
C++
{
|
|
int i;
|
|
|
|
...
|
|
int g = COEFF * i; //i is used before it is initialized
|
|
}
|