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.
2 parents 8128686 + 97538ed commit 7caded3Copy full SHA for 7caded3
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