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.
1 parent ab3a651 commit bb138a1Copy full SHA for bb138a1
test/Interop/SwiftToCxx/ownership/consuming-parameter-in-cxx.swift
@@ -6,6 +6,7 @@
6
// RUN: %target-swift-frontend %s -typecheck -module-name Init -clang-header-expose-decls=all-public -emit-clang-header-path %t/inits-evo.h -enable-library-evolution
7
// RUN: %FileCheck %s < %t/inits-evo.h
8
// RUN: %check-interop-cxx-header-in-clang(%t/inits-evo.h)
9
+// REQUIRES: rdar117805261
10
11
public final class AKlass {
12
public init() {}
0 commit comments