llvm-project/clang/test/Modules/Inputs/non-ambiguous-enum/B.framework/Headers/b.h

7 lines
277 B
C

typedef long NSInteger;
typedef enum __attribute__((flag_enum,enum_extensibility(open))) MyObjCEnum : NSInteger MyObjCEnum;
enum MyObjCEnum : NSInteger {
MyEnumCst = 1,
} __attribute__((availability(ios,introduced=11.0))) __attribute__((availability(tvos,unavailable))) ;