mirror of
https://github.com/github/codeql.git
synced 2026-02-17 07:23:42 +01:00
8 lines
63 B
C
8 lines
63 B
C
#define Foo static void foo()
|
|
Foo;
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|