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

12 lines
193 B
C

#ifndef FUNCTIONLIKE_H
#define FUNCTIONLIKE_H(x, y) ((x) + (y))
#define SOMETHINGELSE(x, y) ((x) - (y))
// GOOD: this is a functional header guard.
int aVariable;
#endif // FUNCTIONLIKE_H