Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / cpp / isysroot-2.c
blob346d4093cd491704c481de43a325ec2275082981
1 /* { dg-options "-isysroot ${srcdir}/gcc.dg/cpp" } */
2 /* { dg-do compile { target *-*-darwin* } } */
4 #include <Carbon/Carbon.h>
5 int main()
7 /* Special Carbon.h supplies function foo. */
8 void (*x)(void) = foo;
9 return 0;