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

10 lines
178 B
C

#ifndef INCLUDEFIRSTTARGET_H
#define INCLUDEFIRSTTARGET_H
// GOOD: this header file has an include guard.
void includeFirstTargetFunction();
#endif // INCLUDEFIRSTTARGET_H