Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / cpp / isysroot-1.c
blob7263ce41544e398fad59b73c8959c20e267a2781
1 /* { dg-options "-isysroot ${srcdir}/gcc.dg/cpp" } */
2 /* { dg-do compile { target *-*-darwin* } } */
4 #include <stdio.h>
5 int main()
7 /* Special stdio.h supplies function foo. */
8 void (*x)(void) = foo;
9 return 0;