Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / objc / foundation / my-base.h
blob53202aa0de37b0fd3df774d1cdacea931c005da2
1 @interface MyBase : NSObject
3 #if !__OBJC2__
4 int maybe_used; // The 1.0 runtime needs to have backed properties...
5 #endif
7 @property int propertyMovesThings;
8 @end