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

#ifndef FOURTH
#define FOURTH
#include "header-include-cycle.first-d.hpp"
#endif