1 2 3 4 5 6
// PR c++/27648 void f() { static_cast<float *__attribute((unused))>(0); // { dg-error "expected" } }