Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / diagnose-missing-import / a.h
blob2121e968b368f58779c7cebb01a44867f62cd7e4
1 #ifndef A_h
2 #define A_h
4 @class NSString;
5 static NSString * const xyzRiskyCloseOpenParam = @"riskyCloseParam";
6 static inline void XYZLogEvent(NSString* eventName, NSString* params);
8 #endif