URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [isysroot-2.c] - Rev 12
Compare with Previous | Blame | View Log
/* { dg-options "-isysroot ${srcdir}/gcc.dg/cpp" } */ /* { dg-do compile { target *-*-darwin* } } */ #include <Carbon/Carbon.h> int main() { /* Special Carbon.h supplies function foo. */ void (*x)(void) = foo; return 0; }