xref: /llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/header-include-cycle.self.cpp (revision 21f5ee014db5df4fcf3dfe4350fe9c6627f799ad)
1*21f5ee01SCongcong Cai // RUN: not clang-tidy %s -checks='-*,misc-header-include-cycle'
2*21f5ee01SCongcong Cai 
3*21f5ee01SCongcong Cai #include "header-include-cycle.self.cpp"
4