void A1(const int &In, int &Out) {
  if (In > 123) // NOLINT
    Out = 123;
}