Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / t2.c
blob76d5d6ceeb41fdc847766f3fb4f7694b3abadb3d
1 #include "foo.h"
3 int global_var = 10;
5 void bar_func(void) {
6 global_var += 100;
7 foo_func(global_var);
9 struct MyStruct *ms;
10 ms->field_var = 10;