Files
swift-mirror/test/SourceKit/Inputs/CrossImport/__ABAdditionsCAdditions.swiftinterface
Nathan Hawes a7e1cb3925 [SourceKit] Update cursor info to report symbols from cross-import overlays as coming from the underylying module.
Also refactor some of the interface generation cross-import support code to be
shared.
2020-03-20 21:49:51 -07:00

10 lines
295 B
Plaintext

// swift-interface-format-version: 1.0
// swift-module-flags: -swift-version 5 -enable-library-evolution -module-name __ABAdditionsCAdditions
import Swift
@_exported import _ABAdditions
import C
public func from__ABAdditionsCAdditions()
public func other(x: _ABAdditions.From_ABAdditionsType)