mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Make sure suggested imports are consistent with imports in other files. Also, make sure the underlying clang module is always imported `@_exported`.
5 lines
39 B
C
5 lines
39 B
C
|
|
struct UnderlyingStruct {
|
|
int a;
|
|
};
|