// 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 } /* { dg-xfail-if "PR90709" { *-*-darwin1[4-9]* } { "-fnext-runtime" } { "" } } */ #ifdef __NEXT_RUNTIME__ #include #else #include #endif #include #include #ifdef __NEXT_RUNTIME__ #include #include #else #include #endif #include #ifndef __NEXT_RUNTIME__ #include #endif