Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / preamble.h
blobb59c234e1732f812b192f1db8949359efc977cb9
1 inline int bar(int i) {
2 int *ptr = 0;
3 float *ptr1;
4 ptr = ptr1;
5 return 0;