Files
swift-mirror/test/NameLookup/Inputs/MemberImportVisibility/Underlying.h
Allan Shortlidge eba581eec2 AST: Add appropriate attributes to module import fix-its.
Make sure suggested imports are consistent with imports in other files. Also,
make sure the underlying clang module is always imported `@_exported`.
2024-04-16 16:29:51 -07:00

5 lines
39 B
C

struct UnderlyingStruct {
int a;
};