Fortran: Fix PR 47485.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-1.C
blobb1625d9691675ee4bfc6b3d8a0b8b13997a6e37f
1 // { dg-additional-options "-Wno-c++11-extensions" }
3 int **** [[gnu::format(printf, 1, 2)]] foo(const char *, ...); // { dg-warning "only applies to function types" }