mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
8 lines
63 B
C
8 lines
63 B
C
#define Foo static void foo()
|
|
Foo;
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|