mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
10 lines
147 B
C
10 lines
147 B
C
// GENERATED FILE
|
|
// ...
|
|
// it's not, it's a hand-written test, but we want to assume it is one.
|
|
|
|
static void f(void) {
|
|
int i;
|
|
|
|
i = 123;
|
|
}
|