mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
// swift-interface-format-version: 1.0
|
|
// swift-compiler-version: Swift version 6.0
|
|
// swift-module-flags: -swift-version 5 -enable-library-evolution -module-name Library
|
|
|
|
// RUN: %target-swift-typecheck-module-from-interface(%s) -module-name Library
|
|
|
|
import Swift
|
|
import _Concurrency
|
|
import _StringProcessing
|
|
import _SwiftConcurrencyShims
|
|
|
|
public struct S : Swift.Escapable {
|
|
}
|