mirror of
https://github.com/github/codeql.git
synced 2026-08-04 09:23:23 +02:00
8 lines
62 B
C
8 lines
62 B
C
|
|
static void f(void) {
|
|
int i;
|
|
|
|
i = 123; // $ Alert
|
|
}
|
|
|