Files
codeql/cpp/ql/src/Header Cleanup/Cleanup-DuplicateIncludeGuard2.cpp
2018-09-23 16:23:52 -07:00

8 lines
173 B
C++

// another_header_file.h
#ifndef HEADER_FILE_H // should be ANOTHER_HEADER_FILE_H
#define HEADER_FILE_H // should be ANOTHER_HEADER_FILE_H
// ...
#endif // HEADER_FILE_H