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