mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
10 lines
212 B
C
10 lines
212 B
C
|
|
#if !defined(COMPLEXCONDITION_H) && !defined(ALTCONDITION_H)
|
|
#define COMPLEXCONDITION_H
|
|
|
|
// GOOD: this header guard is sufficient [FALSE POSITIVE]
|
|
|
|
void complexConditionFunction();
|
|
|
|
#endif // COMPLEXCONDITION_H
|