Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / getcursor-preamble.h
blob519e655c6ee3dc5f2eba253efafa2270a7ef1b54
1 @interface I {
2 struct AA {
3 int x;
4 } aa;
5 int var;
7 -(id)foo;
8 @end