* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-40.C
blobf3ccb727dfaa643b284be0f01332db26e5cd07f0
1 // PR c++/46803
2 // { dg-do compile { target c++11 } }
4 int strftime(char *, int, const char *, const struct tm *)
5         [[gnu::__bounded__(__string__,1,2)]]; // { dg-warning "ignored" }