mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
248 B
Swift
9 lines
248 B
Swift
// RUN: %target-swift-frontend %s -emit-silgen -disable-availability-checking -import-objc-header %S/Inputs/rdar79383990.h
|
|
// REQUIRES: objc_interop
|
|
|
|
import Foundation
|
|
|
|
func test(s: BackgroundActivityScheduler) async {
|
|
_ = await s.schedule()
|
|
}
|