Files
swift-mirror/test/ClangImporter/MixedSource/Inputs/mixed-target/header-again.h
Jordan Rose 61798ff6ec [test] Rename test/ClangModules to test/ClangImporter. (#5618)
...to match the component in include/ and lib/. No content change.
2016-11-02 18:00:53 -07:00

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);