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 9071c82 + f07437a commit 764a300Copy full SHA for 764a300
test/attr/attr_extern.swift
@@ -1,5 +1,10 @@
1
// RUN: %target-typecheck-verify-swift -enable-experimental-feature Extern -disable-availability-checking
2
3
+// https://github.com/apple/swift/issues/70776
4
+// UNSUPPORTED: DARWIN_SIMULATOR=ios
5
+// UNSUPPORTED: DARWIN_SIMULATOR=tvos
6
+// UNSUPPORTED: DARWIN_SIMULATOR=watchos
7
+
8
@_extern(wasm, module: "m1", name: "f1")
9
func f1(x: Int) -> Int
10
0 commit comments