(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c99-stdint-4.c
       1  /* Verify that pairs of types in <stdint.h> are corresponding types.
       2     Freestanding version.  */
       3  /* { dg-do compile } */
       4  /* { dg-options "-std=iso9899:1999 -ffreestanding" } */
       5  
       6  /* The test is that there are no diagnostics, so just include the
       7     hosted version.  */
       8  #include "c99-stdint-3.c"