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 7222d08 + dff4c78 commit 9f43e93Copy full SHA for 9f43e93
test/SIL/Parser/available.sil
@@ -1,5 +1,6 @@
1
// RUN: %target-sil-opt %s | %FileCheck %s
2
// RUN: %target-sil-opt %s | %target-sil-opt | %FileCheck %s
3
+// UNSUPPORTED: OS=windows-msvc
4
5
@available(*,unavailable,message: "it has been renamed")
6
public struct mmConstUnsafePointer<T> {
test/SIL/Serialization/available.sil
@@ -3,6 +3,7 @@
// RUN: %target-sil-opt %s -emit-sib -o %t/tmp.sib -module-name available
// RUN: %target-sil-opt %t/tmp.sib -o %t/tmp.2.sib -module-name available
// RUN: %target-sil-opt %t/tmp.2.sib -module-name available | %FileCheck %s
7
8
import Builtin
9
0 commit comments