4 lines
115 B
Mathematica
Raw Normal View History

2020-02-01 23:06:01 +01:00
#if defined(HAVE_OBJC_ARC) && ! __has_feature(objc_arc)
#error THIS CODE MUST BE COMPILED WITH ARC ENABLED!
#endif