mirror of
https://github.com/darlinghq/darling-objc4.git
synced 2024-11-26 21:50:26 +00:00
8 lines
164 B
Objective-C
8 lines
164 B
Objective-C
/*
|
|
need exception-safe ARC for exception deallocation tests
|
|
TEST_CFLAGS -fobjc-arc-exceptions -framework Foundation
|
|
*/
|
|
|
|
#define USE_FOUNDATION 1
|
|
#include "exc.m"
|