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
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

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