[flang][OpenMP] Parse METADIRECTIVE in specification part (#123397)
[llvm-project.git] / clang / test / Modules / Inputs / non-ambiguous-enum / B.framework / Headers / b.h
blobdef44e3a6340d2109d7179d3afc21bdae72cefd7
1 typedef long NSInteger;
2 typedef enum __attribute__((flag_enum,enum_extensibility(open))) MyObjCEnum : NSInteger MyObjCEnum;
4 enum MyObjCEnum : NSInteger {
5 MyEnumCst = 1,
6 } __attribute__((availability(ios,introduced=11.0))) __attribute__((availability(tvos,unavailable))) ;