Files
swift-mirror/test/ClangImporter/Inputs/module.modulemap
Doug Gregor 903937a78f Exempt C++ namespaces from internal-import checking
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.
2025-09-19 16:49:20 -07:00

4 lines
48 B
Plaintext

module CXXOuterNS {
header "cxx-outer-ns.h"
}