mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
8 lines
74 B
C
8 lines
74 B
C
void foo(void) {
|
|
int a, b, c;
|
|
a = 123;
|
|
b = 4;
|
|
c = 123;
|
|
}
|
|
|