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

class B { B(int i); };
