mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When emitting a symbol graph file for a module that import modules via `@_exported import`, emits those modules' symbols as well. SR-15753 rdar://89547374
4 lines
60 B
Swift
4 lines
60 B
Swift
public struct SymbolFromA {}
|
|
|
|
struct InternalSymbolFromA {}
|