1 /* Verify that pairs of types in <stdint.h> are corresponding types.
2    Freestanding version.  */
3 /* { dg-do compile } */
4 /* { dg-options "-std=iso9899:1999 -ffreestanding" } */
5 
6 /* The test is that there are no diagnostics, so just include the
7    hosted version.  */
8 #include "c99-stdint-3.c"
9