mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
10 lines
196 B
C
10 lines
196 B
C
// NB: This filename has a capital H to ensure that header files are identified regardless of case.
|
|
#ifndef MATCHED
|
|
#define MATCHED
|
|
|
|
// GOOD: this file has an include guard.
|
|
|
|
int matched;
|
|
|
|
#endif
|