]> git.saurik.com Git - apple/objc4.git/blob - test/includes-objc2.c
objc4-756.2.tar.gz
[apple/objc4.git] / test / includes-objc2.c
1 // TEST_CFLAGS -D__OBJC2__
2
3 // Verify that all headers can be included in any language, even if
4 // the client is C code that defined __OBJC2__.
5
6 // This is the definition that Instruments uses in its build.
7 #if defined(__OBJC2__)
8 #undef __OBJC2__
9 #endif
10 #define __OBJC2__ 1
11
12 #define NAME "includes-objc2.c"
13 #include "includes.c"