blob: e8ebed25d38ffe5e48d2e0303862e7460444a327 [file] [log] [blame]
void A1(const int &In, int &Out) {
if (In > 123) // NOLINT
Out = 123;
}