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

#ifndef THIRD
#define THIRD
#include "header-include-cycle.fourth-d.hpp"
#endif