Files
swift-mirror/test/DWARFImporter/Inputs/objc-header.h

8 lines
79 B
Objective-C

struct Point {
int x, y;
};
@interface ObjCClass
- (instancetype)init;
@end