OSDN Git Service

2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / isysroot-1.c
1 /* { dg-options "-isysroot ${srcdir}/gcc.dg/cpp" } */
2 /* { dg-do compile  { target *-*-darwin* } } */
3
4 #include <stdio.h>
5 int main()
6 {
7   /* Special stdio.h supplies function foo.  */
8   void (*x)(void) = foo;
9   return 0;
10 }