Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / c99-stdint-2.c
blobd1be0fb6332fef30549a94500c137b5bf8746b9d
1 /* Verify that <stdint.h> is present and follows the C99 requirements.
2 Freestanding version. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=iso9899:1999 -pedantic-errors -ffreestanding" } */
5 /* { dg-xfail-if "ptrdiff size is 16bits" { avr-*-* } } */
6 /* The test is that there are no diagnostics, so just include the
7 hosted version. */
8 #include "c99-stdint-1.c"