blob: db71d8f576f6d0c16a007b8b1e61edcc46803900 [file] [log] [blame]
void moveToPoint(double x, double y) __attribute__((swift_name("moveTo(x:y:)")));
void acceptClosure(void (^ __attribute__((noescape)) block)(void));
@class NSString;
extern NSString *MyErrorDomain;
enum __attribute__((ns_error_domain(MyErrorDomain))) MyErrorCode {
MyErrorCodeFailed = 1
};
__attribute__((swift_bridge("MyValueType")))
@interface MyReferenceType
@end
void privateFunc(void) __attribute__((swift_private));
typedef double MyDoubleWrapper __attribute__((swift_wrapper(struct)));