blob: 72a7db62c7a9e9435a899ded09938c959e5927fc [file] [log] [blame]
#ifndef INDIRECTLY_IMPORTED_H
#define INDIRECTLY_IMPORTED_H
struct IndirectlyImportedStruct {
int value;
};
#endif