OSDN Git Service

2010-04-28 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / c99-stdint-8.c
1 /* Verify that the limits defined in <stdint.h> are those GCC expects
2    internally to be defined and that they are usable in #if
3    conditions.  Freestanding version.  */
4 /* { dg-do compile } */
5 /* { dg-options "-std=iso9899:1999 -ffreestanding" } */
6
7 /* The test is that there are no diagnostics, so just include the
8    hosted version.  */
9 #include "c99-stdint-7.c"