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

#ifndef FIRST
#define FIRST
#include "header-include-cycle.second-d.hpp"
#endif