mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
9 lines
173 B
C
9 lines
173 B
C
|
|
#if !defined(COMPLEXCONDITION2_H) && 0 || 1
|
|
// ^ BAD condition, always holds
|
|
#define COMPLEXCONDITION2_H
|
|
|
|
void complexCondition2Function();
|
|
|
|
#endif // COMPLEXCONDITION2_H
|