* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-1.C
bloba55698c93833bda745cfbf17a6fd6801459474a0
1 // { dg-do compile { target c++11 } }
3 int **** [[gnu::format(printf, 1, 2)]] foo(const char *, ...); // { dg-warning "ignored" }