* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-13.C
bloba1b4a84b7e5494f252ea4fa4888635117ec09f9b
1 // { dg-do compile { target c++11 } }
2 // PR c++/13854
4 extern char *rindex [[gnu::__pure__]] (__const char *__s, int __c) throw ();
5 extern char *rindex [[gnu::__pure__]] (__const char *__s, int __c) throw ();