Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / prefix.h
blob82ba2da360bf72d5c02d0130d3e3b90c2102183f
1 #ifndef PREFIX_H
2 #define PREFIX_H
3 int foo(int);
4 #endif