(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c99-stdint-8.c
       1  /* Verify that the limits defined in <stdint.h> are those GCC expects
       2     internally to be defined and that they are usable in #if
       3     conditions.  Freestanding version.  */
       4  /* { dg-do compile } */
       5  /* { dg-options "-std=iso9899:1999 -ffreestanding" } */
       6  
       7  /* The test is that there are no diagnostics, so just include the
       8     hosted version.  */
       9  #include "c99-stdint-7.c"