Files
swift-mirror/test/Serialization/Recovery/Inputs/custom-modules/IndirectlyImported.h
Saleem Abdulrasool d4ea98436b test: port Serialization tests to Windows
These changes enable the serialization test suite to pass on Windows.
2018-12-30 15:19:03 -08:00

10 lines
120 B
C

#ifndef INDIRECTLY_IMPORTED_H
#define INDIRECTLY_IMPORTED_H
struct IndirectlyImportedStruct {
int value;
};
#endif