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.
1 parent f79fdd4 commit 4f6b6e6Copy full SHA for 4f6b6e6
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