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

#ifndef SECOND
#define SECOND
#include "header-include-cycle.third-d.hpp"
#endif