Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / class-extension / a.h
blob28c409c337748e629fbb45e69750f54eb1bea1ea
1 @interface NSObject
2 @end
4 @interface A : NSObject
5 @end