2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20010903-2.c
bloba5d78c0111df47c2a6b45f866813bde142c126df
1 extern int __dummy (void *__preg, const char *__string);
2 extern int rpmatch (const char *response);
4 int
5 rpmatch (const char *response)
7 auto inline int try (void *re);
9 inline int try (void *re)
11 return __dummy (re, response);
13 static void *yesre;
14 return (try (&yesre));