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 85a4f18 commit 3aeb5e9Copy full SHA for 3aeb5e9
test/embedded/cxxshim.swift
@@ -3,9 +3,12 @@
3
4
// RUN: %target-swift-frontend -I %t %t/Main.swift -enable-experimental-feature Embedded -cxx-interoperability-mode=default -c -o %t/a.o -Rmodule-loading
5
6
+// REQUIRES: swift_in_compiler
7
+// REQUIRES: OS=macosx || OS=linux-gnu
8
+// REQUIRES: swift_feature_Embedded
9
+
10
// BEGIN header.h
11
-// C++
12
struct Base { int field; };
13
struct Derived : Base {};
14
0 commit comments