brintos

brintos / llvm-project-archived public Read only

0
0
Text · 237 B · 0873f51 Raw
9 lines · cpp
1// RUN: clang-include-cleaner --print=changes %s -- -I %S/Inputs | FileCheck --allow-empty %s2#include "foo.h"3#include "foo2.h"4 5int n = foo();6// Make sure both providers are preserved.7// CHECK-NOT: - "foo.h"8// CHECK-NOT: - "foo2.h"9