blob: 7263ce41544e398fad59b73c8959c20e267a2781 [file] [log] [blame]
/* { dg-options "-isysroot ${srcdir}/gcc.dg/cpp" } */
/* { dg-do compile { target *-*-darwin* } } */
#include <stdio.h>
int main()
{
/* Special stdio.h supplies function foo. */
void (*x)(void) = foo;
return 0;
}