Files
swift-mirror/test/ClangImporter/Inputs/issue-56636.h

7 lines
72 B
C

@import Foundation;
typedef NS_ENUM( uint32_t, Letter ) {
a,
b,
};