#include "structures.h"

void foo() {
  std::string a;
  if (a.size())
    return;
}
