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 8f136f3 + f80a1f9 commit 3ebd9beCopy full SHA for 3ebd9be
test/DebugInfo/async-args.swift
@@ -1,5 +1,6 @@
1
// RUN: %target-swift-frontend %s -emit-ir -g -o - \
2
// RUN: -module-name M -enable-experimental-concurrency | %FileCheck %s
3
+// REQUIRES: concurrency
4
5
func use<T>(_ t: T) {}
6
func forceSplit() async {
0 commit comments