1
2class A { A(int i); };
3
4// NOLINTBEGIN
5class B { B(int i); };
6// NOLINTEND
7

source code of clang-tools-extra/test/clang-tidy/infrastructure/Inputs/nolintbeginend/2nd-translation-unit.cpp