mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
903937a78f
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"
|
|
}
|