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" } */
7 /* The test is that there are no diagnostics, so just include the
9 #include "c99-stdint-7.c"