Files
swift-mirror/test/ModuleInterface/ModuleCache/Inputs/mock-sdk/ExportedLib.swiftinterface
2024-11-12 12:05:19 -08:00

12 lines
277 B
Plaintext

// swift-interface-format-version: 1.0
// swift-module-flags: -module-name ExportedLib
@_exported import SomeCModule
public struct ExportedInterface {
@inlinable public init() {}
}
public var testValue: ExportedInterface {
@inlinable get { return ExportedInterface() }
}