Files
swift-mirror/test/Interop/CxxToSwiftToObjC/Inputs/cxxmodule.h
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
43 B
C

#pragma once
struct Foo {
void *foo;
};