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/] [20010903-2.c] - Rev 12
Compare with Previous | Blame | View Log
extern int __dummy (void *__preg, const char *__string); extern int rpmatch (const char *response); int rpmatch (const char *response) { auto inline int try (void *re); inline int try (void *re) { return __dummy (re, response); } static void *yesre; return (try (&yesre)); }