mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
15 lines
223 B
C++
15 lines
223 B
C++
#ifndef TEST_INTEROP_CXX_CLASS_INPUTS_EXTENSIONS_H
|
|
#define TEST_INTEROP_CXX_CLASS_INPUTS_EXTENSIONS_H
|
|
|
|
namespace Outer {
|
|
namespace Space {
|
|
|
|
struct Foo {
|
|
int a;
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif //TEST_INTEROP_CXX_CLASS_INPUTS_EXTENSIONS_H
|