Files
swift-mirror/test/Interop/Cxx/modules/Inputs/module.modulemap
zoecarver 6ba7a1ec1e [cxx-interop] Fix two issues with extending nested types across modules.
One fix allows extending nested records in other modules, the other fixes the same issue for namespaces.
2021-11-15 16:20:15 -08:00

5 lines
65 B
Plaintext

module Namespace {
header "namespace.h"
requires cplusplus
}