summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-redundant-string-init.cpp
blob: 39bae4bd56e58607f234160068e4d6b5e90a649a (plain)
1
2
3
4
5
#include "structures.h"

int foo() {
  std::string a = "";
}