mirror of
https://github.com/github/codeql.git
synced 2026-03-07 08:06:49 +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
|
|
}
|