#include "structures.h"

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