Files
swift-mirror/test/Interop/CxxToSwiftToObjC/Inputs/module.modulemap
Gabor Horvath e340773dcb [cxx-interop] Fix assert failure exporting C++ types to Obj-C
This is not supported, of course. But now, instead of an assertion
failure we properly mark the declaration as unavailable.

Fixes #78190.

rdar://141492654
2024-12-16 21:08:21 +00:00

6 lines
85 B
Plaintext

module CxxModule [system] {
header "cxxmodule.h"
requires cplusplus
export *
}