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 c7bdf20 + 1e84324 commit e1e74daCopy full SHA for e1e74da
test/attr/attr_extern.swift
@@ -1,9 +1,7 @@
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
+// UNSUPPORTED: OS=macOS && CPU=x86_64
7
8
@_extern(wasm, module: "m1", name: "f1")
9
func f1(x: Int) -> Int
0 commit comments