Files
codeql/cpp/ql/test/library-tests/comments/comments/shared.h
2018-08-02 17:53:23 +01:00

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;