mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
16 lines
165 B
C
16 lines
165 B
C
|
|
#ifdef WIBBLE
|
|
#define FOO BAR
|
|
#endif
|
|
|
|
void sharedFun(void)
|
|
{
|
|
/* This is a comment. */
|
|
while (1) {
|
|
}
|
|
}
|
|
|
|
/* This is another comment. */
|
|
extern int sharedInt;
|
|
|