We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
REQUIRES: concurrency
1 parent e82fd4a commit 97538edCopy full SHA for 97538ed
test/SILGen/reasync.swift
@@ -1,4 +1,5 @@
1
// RUN: %target-swift-frontend -emit-silgen %s -enable-experimental-concurrency | %FileCheck %s
2
+// REQUIRES: concurrency
3
4
// CHECK-LABEL: sil hidden [ossa] @$s7reasync0A8FunctionyyyyYXEYF : $@convention(thin) @async (@noescape @async @callee_guaranteed () -> ()) -> () {
5
func reasyncFunction(_ a: () async -> ()) reasync {
0 commit comments