xref: /llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.self-d.hpp (revision 7f6e0052a97f13a5f595f3fd0c135c2c4db119d4)
1 #ifndef SELF
2 #define SELF
3 #include "header-include-cycle.self-d.hpp"
4 #endif
5