1// PR c++/13854
2
3extern char *rindex (__const char *__s, int __c) throw () __attribute__ ((__pure__));
4extern char *rindex (__const char *__s, int __c) throw () __attribute__ ((__pure__));
5