1 // Test for obscure conflicts with the system headers (inspired by similar
2 // test in libstdc++-v3). Author: Loren J. Rittle <ljrittle@acm.org>.
3 // { dg-options "-Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wshadow" }
6 #include <objc/NXConstStr.h>
7 #include <objc/Object.h>
8 #include <objc/Protocol.h>
9 #include <objc/encoding.h>
10 #include <objc/hash.h>
11 #include <objc/objc-api.h>
12 #include <objc/objc-list.h>
13 #include <objc/objc.h>
14 #include <objc/sarray.h>
16 #include <objc/typedstream.h>