mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
15 lines
339 B
C++
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
|