Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / c-index-pch.h
blob6dda18000c2f61ebd0bc6bf892adb5dd2fbebd2f
1 #ifndef C_INDEX_PCH_H
2 #define C_INDEX_PCH_H
4 void foo(int i, float f);
5 extern int bar;
7 #endif // C_INDEX_PCH_H