llvm/clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/header-include-cycle.self-d.hpp

#ifndef SELF
#define SELF
#include "header-include-cycle.self-d.hpp"
#endif