]> git.saurik.com Git - apple/objc4.git/blob - test/evil-class-000.m
objc4-680.tar.gz
[apple/objc4.git] / test / evil-class-000.m
1 /*
2 rdar://8553305
3
4 TEST_BUILD
5 $C{COMPILE} $DIR/evil-class-000.m -dynamiclib -o libevil.dylib
6 $C{COMPILE} $DIR/evil-main.m -x none -DNOT_EVIL libevil.dylib -o evil-class-000.out
7 END
8 */
9
10 // NOT EVIL version: all classes omitted from all lists
11
12 #define EVIL_SUPER 1
13 #define EVIL_SUPER_META 1
14 #define EVIL_SUB 1
15 #define EVIL_SUB_META 1
16
17 #define OMIT_SUPER 1
18 #define OMIT_NL_SUPER 1
19 #define OMIT_SUB 1
20 #define OMIT_NL_SUB 1
21
22 #include "evil-class-def.m"