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 a3e4f1a + f949909 commit 39af9baCopy full SHA for 39af9ba
test/IRGen/async_dynamic_replacement.swift
@@ -1,5 +1,8 @@
1
// RUN: %target-swift-frontend %s -emit-ir -disable-objc-interop | %FileCheck %s
2
3
+// Windows does not do swiftailcc
4
+// XFAIL: OS=windows-msvc
5
+
6
// REQUIRES: concurrency
7
8
public dynamic func number() async -> Int {
0 commit comments