mirror of
https://github.com/apple/swift.git
synced 2026-01-07 22:52:31 +01:00
What does that mean? We'll indeed parse the provided prefix header. If you aren't using a bridging header, that's all you get -- nothing extra is made visible. If you /are/ using a bridging header, the prefix header is prepended to it...but none of the modular content it imports is made visible. I cloned rdar://problem/22083824 to fix that. The important thing is that we /won't/ try to import overlays before we've even finished setting up all the module loaders, and therefore won't crash. rdar://problem/20893290 Swift SVN r30831
4 lines
51 B
C
4 lines
51 B
C
@import Security;
|
|
|
|
extern const int includedConst;
|