[LoopVectorizer] Add support for chaining partial reductions (#120272)
[llvm-project.git] / clang / test / ARCMT / allowlisted / header2.h
blobac3888ccdf8c118c0106700565a5bb86fb761b8d
2 #define NS_ENUM(_type, _name) enum _name : _type _name; enum _name : _type
3 typedef enum : NSInteger {five} ApplicableEnum;
5 @interface I2 : NSObject
6 -(int)prop;
7 -(void)setProp:(int)p;
8 @end