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

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