summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/performance-faster-string-find.cpp
blob: d7ac3d0c3cf5eabd47fd142b87d7edf5a28f13bb (plain)
1
2
3
4
5
6
#include "structures.h"

void foo() {
  std::string str;
  str.find("A");
}