Files
swift-mirror/test/SILOptimizer/Inputs/perf-annotations.h
Erik Eckstein 1a94f1ccb7 PerformanceDiagnostics: allow metatype arguments to _diagnoseUnexpectedEnumCaseValue
This is a fatal error function, used for imported C enums.

rdar://117520459
2023-12-14 12:51:01 +01:00

10 lines
115 B
C

typedef enum : int {
A = 1,
B = 2,
C = 5,
} __attribute__((enum_extensibility(closed))) c_closed_enum_t;