Files
swift-mirror/test/Interpreter/SDK/Inputs/OldABI/OldABI.h
Greg Parker 7200e109d7 [runtime] Add tests of pre-stable ABI objects with the stable ABI runtime (#21403)
* [test] Fix objc_old_swift when objc/objc-internal.h is not in the SDK.
2018-12-20 18:32:03 -08:00

4 lines
102 B
C

#include <objc/objc.h>
OBJC_EXTERN bool CanTestOldABI();
OBJC_EXTERN id _Nonnull AllocOldABIObject();