mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
C++ namespaces always get imported into the bridging header's module for Reasons. Exempt them from internal-import checking, since we get checking for the namespace members that are actually used.
4 lines
48 B
Plaintext
4 lines
48 B
Plaintext
module CXXOuterNS {
|
|
header "cxx-outer-ns.h"
|
|
}
|