// Test for obscure conflicts with the system headers (inspired by similar // test in libstdc++-v3). Author: Loren J. Rittle . // { dg-options "-Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wshadow" } // { dg-do compile } #ifdef __NEXT_RUNTIME__ #include #else #include #endif #include #include #ifdef __NEXT_RUNTIME__ #include #include #else #include #endif #include #ifndef __NEXT_RUNTIME__ #include #endif