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