mirror of
https://github.com/github/codeql.git
synced 2025-12-29 15:16:34 +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
|
|
}
|