Files
2024-11-12 12:05:19 -08:00

9 lines
207 B
Plaintext

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