mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
9 lines
199 B
C
9 lines
199 B
C
#ifndef UNMATCHED_A
|
|
#define UNMATCHED_A
|
|
#endif
|
|
|
|
int unmatched; // BAD: this file requires a header guard.
|
|
|
|
#ifndef UNMATCHED_B
|
|
#define UNMATCHED_B
|
|
#endif /* No trailing newline; this is important. */ |