URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [funcptr-1.c] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
extern int (*gp)(const char*); int g (const char* d) { printf ("g"); return 0; } f () { int errcnt=0; if (gp != g) { printf ("f"); errcnt++; } }
Go to most recent revision | Compare with Previous | Blame | View Log