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 e1a82f6 + 51e272f commit 86b8c70Copy full SHA for 86b8c70
test/Interop/Cxx/class/move-only/inherited-field-access-silgen.swift
@@ -1,6 +1,8 @@
1
// RUN: %target-swift-emit-sil -I %S/Inputs -cxx-interoperability-mode=swift-6 %s -validate-tbd-against-ir=none | %FileCheck %s
2
// RUN: %target-swift-emit-sil -I %S/Inputs -cxx-interoperability-mode=upcoming-swift %s -validate-tbd-against-ir=none | %FileCheck %s
3
4
+// REQUIRES: rdar128424443
5
+
6
import MoveOnlyCxxValueType
7
8
func testGetX() -> CInt {
0 commit comments