mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
143 B
Objective-C
10 lines
143 B
Objective-C
@import ObjectiveC;
|
|
|
|
#import "used-by-both-headers.h"
|
|
|
|
typedef struct {
|
|
struct Point2D start, end;
|
|
} Line;
|
|
|
|
void doSomethingElse(Line line);
|