Files
swift-mirror/test/Interop/Cxx/namespace/Inputs/extensions.h
zoecarver 31239504c7 [cxx-interop] Allow extensions on namespaces.
This used to work and broke with lazy member loading. This commit fixes it again.
2021-11-08 13:49:25 -08:00

15 lines
339 B
C++

#ifndef TEST_INTEROP_CXX_NAMESPACE_INPUTS_EXTENSIONS_H
#define TEST_INTEROP_CXX_NAMESPACE_INPUTS_EXTENSIONS_H
namespace EmptyNamespace {}
namespace EmptyRedeclaredNamespace {}
namespace EmptyRedeclaredNamespace {}
namespace ParentNamespace {
namespace EmptyChildNamespace {}
}
#endif // TEST_INTEROP_CXX_NAMESPACE_INPUTS_EXTENSIONS_H