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"
9