Files
swift-mirror/test/ClangImporter/Inputs/custom-modules/Redeclaration.h
2017-02-02 11:54:36 -05:00

13 lines
216 B
Objective-C

typedef struct CGPoint CGPoint;
@class NSString;
typedef CGPoint NSPoint;
__attribute__((warn_unused_result)) NSString *NSStringToNSString(NSString *str);
struct FooStruct1 {
int x;
double y;
};
enum Tribool;