2014-07-29 Ed Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / gcc / testsuite / gcc.dg / c99-stdint-2.c
blob1784b0c413e20348844dc3e73ef8cd9cba17b560
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-require-effective-target ptr32plus } */
6 /* The test is that there are no diagnostics, so just include the
7 hosted version. */
8 #include "c99-stdint-1.c"