OSDN Git Service

2009-07-17 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / attrib13.C
1 // PR c++/13854
2
3 extern char *rindex (__const char *__s, int __c) throw () __attribute__ ((__pure__));
4 extern char *rindex (__const char *__s, int __c) throw () __attribute__ ((__pure__));