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


class A { A(int i); };

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