c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-1.C
blobc2cf912047e9803493cece9693d87e22dfe62aa1
1 // { dg-do compile { target c++11 } }
3 int **** [[gnu::format(printf, 1, 2)]] foo(const char *, ...); // { dg-warning "only applies to function types" }