mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When swift-frontend is explicitly passed the pch file as bridging header on command-line through `-import-objc-header`, it needs to print the original source file name if needed to the generated objc header. rdar://109411245
6 lines
71 B
Objective-C
6 lines
71 B
Objective-C
@import Foundation;
|
|
|
|
@protocol TestProto
|
|
@property id strongProp;
|
|
@end
|