Files
swift-mirror/test/Interop/Cxx/modules/Inputs/bridge-header.h
zoecarver 76e2934c34 [cxx-interop] Re-land part of 6ba7a1e. Fix an issue with extending nested namespaces across modules.
No one should be using C++ interop yet, so this part of the change cannot break anyone.
2022-01-19 12:20:14 -08:00

9 lines
219 B
C++

#ifndef TEST_INTEROP_CXX_MODULES_INPUTS_BRIDGE_HEADER_H
#define TEST_INTEROP_CXX_MODULES_INPUTS_BRIDGE_HEADER_H
namespace Namespace {
struct InNamespace {};
}
#endif // TEST_INTEROP_CXX_MODULES_INPUTS_BRIDGE_HEADER_H