Files
codeql/cpp/ql/test/query-tests/jsf/4.07 Header Files/AV Rule 35/matched.H
2018-08-02 17:53:23 +01:00

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