mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
193 B
C
9 lines
193 B
C
#ifndef TEST_INTEROP_CXX_CLASS_INPUTS_DEBUG_INFO_H
|
|
#define TEST_INTEROP_CXX_CLASS_INPUTS_DEBUG_INFO_H
|
|
|
|
struct IntWrapper {
|
|
int value;
|
|
};
|
|
|
|
#endif // TEST_INTEROP_CXX_CLASS_INPUTS_DEBUG_INFO_H
|