mirror of
https://github.com/github/codeql.git
synced 2026-08-03 00:43:00 +02: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
|