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 d54ee5d + 9d7460f commit 44489c7Copy full SHA for 44489c7
test/Interop/SwiftToCxx/class/swift-class-execution.cpp
@@ -1,7 +1,5 @@
1
// (1) Onone, no evolution
2
3
-// REQUIRES: rdar_109037144
4
-//
5
// RUN: %empty-directory(%t-onone)
6
7
// RUN: %target-swift-frontend %S/swift-class-in-cxx.swift -typecheck -module-name Class -clang-header-expose-decls=all-public -emit-clang-header-path %t-onone/class.h -Onone
@@ -53,6 +51,7 @@
53
51
#include <assert.h>
54
52
#include "class.h"
55
#include <cstdio>
+#include <utility>
56
57
extern "C" size_t swift_retainCount(void * _Nonnull obj);
58
0 commit comments