Sign in
fuchsia
/
third_party
/
llvm-project
/
d664c9066840ab57314f0de99fb4e5902b51f8cb
/
.
/
clang-tools-extra
/
test
/
clang-apply-replacements
/
Inputs
/
format_header
/
no.cpp
blob: 140e266200b72f46d9bfd192e677fbca478730d2 [
file
] [
log
] [
blame
]
#include
<string>
// CHECK: #include <string>
// CHECK-NEXT: #include <memory>
// CHECK-NEXT: #include "bar.h"
#include
<memory>
#include
"foo.h"
#include
"bar.h"
void
foo
()
{
}