OSDN Git Service

2010-02-09 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / c99-stdint-4.c
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"