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

// NOLINTBEGIN
class A { A(int i); };
// NOLINTEND

class B { B(int i); };