Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / foo.h
blob7670c00dfbfe951fe41ae4b99b6bbd714605e252
1 extern int global_var;
3 void foo_func(int param1);
4 void bar_func(void);
6 struct MyStruct {
7 int field_var;
8 };