mirror of
https://github.com/github/codeql.git
synced 2026-01-17 00:14:51 +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
|
|
}
|