Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / c99-stdint-8.c
blobc64b3feb4f692c8eeceb4e01f365badfadf99cf3
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
8 hosted version. */
9 #include "c99-stdint-7.c"