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 14350f8 + 0e650c1 commit 7180e8dCopy full SHA for 7180e8d
validation-test/compiler_crashers_2_fixed/rdar71816041.swift
@@ -1,4 +1,5 @@
1
// RUN: %target-swift-frontend -emit-ir -primary-file %s -enable-experimental-concurrency
2
+// REQUIRES: concurrency
3
4
func getIntAndString() async -> (Int, String) { (5, "1") }
5
0 commit comments