(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c11-stddef-1.c
       1  /* Test __STDC_VERSION_STDDEF_H__ not in C11.  */
       2  /* { dg-do preprocess } */
       3  /* { dg-options "-std=c11 -pedantic-errors" } */
       4  
       5  #include <stddef.h>
       6  
       7  #ifdef __STDC_VERSION_STDDEF_H__
       8  #error "__STDC_VERSION_STDDEF_H__ defined"
       9  #endif