Files
swift-mirror/test/APINotes/Inputs/custom-modules/APINotesTest.h
Doug Gregor c9fa65097e [API Notes] Test SwiftPrivate API notes.
*Clang update required*

Test that rdar://problem/25872038 works for Swift.
2016-04-21 23:37:18 -07:00

15 lines
231 B
C

void moveToPoint(int, int, int);
extern int ANTGlobalValue;
struct PointStruct {
double x, y;
};
typedef double real_t;
typedef struct {
struct PointStruct topLeft, bottomRight;
} RectStruct;
extern double will_be_private;