Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / a.h
blob70ace8c90ee3bdccae9928a4b529e96715e88860
1 #ifndef A_H
2 #define A_H
3 typedef int A;
4 #endif