mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
290 B
Swift
10 lines
290 B
Swift
// RUN: %target-swift-frontend -emit-ir %s -swift-version 5 -import-objc-header %S/Inputs/objc_protocol_sendable.h | %IRGenFileCheck %s
|
|
|
|
// REQUIRES: objc_interop
|
|
// REQUIRES: concurrency
|
|
|
|
// CHECK: define{{.*}}s22objc_protocol_sendable4test1aySo1AC_tF
|
|
public func test(a: A) {
|
|
a.foo()
|
|
}
|