(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
trad/
__STDC__.c
       1  /* Test that __STDC__ is not defined.  */
       2  
       3  /* { dg-do preprocess } */
       4  
       5  #if defined __STDC__
       6  # error __STDC__ defined /* { dg-bogus "__STDC__" "__STDC__ defined" } */
       7  #endif