1// RUN: not clang-tidy %s -checks='-*,misc-header-include-cycle'
2
3#include "header-include-cycle.self.cpp"
4

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of clang-tools-extra/test/clang-tidy/checkers/misc/header-include-cycle.self.cpp