[Offload] Fix offload-info interface
[llvm-project.git] / clang-tools-extra / test / clang-apply-replacements / Inputs / format_header / no.cpp
blob140e266200b72f46d9bfd192e677fbca478730d2
1 #include <string>
2 // CHECK: #include <string>
3 // CHECK-NEXT: #include <memory>
4 // CHECK-NEXT: #include "bar.h"
5 #include <memory>
6 #include "foo.h"
7 #include "bar.h"
9 void foo() {