Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / objc-hidden / System / X.h
blobc86cc58a1ebbcc84237210954eccfd652125fee7
1 @protocol NSObject
2 @property (readonly) int hash;
3 @end
4 @interface NSObject <NSObject>
5 @end