
class A { A(int i); };

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