blob: 5304a35d177cfcb60475ed009958c0a44e31556f [file] [log] [blame]
// PR c++/27648
void f()
{
static_cast<float *__attribute((unused))>(0); // { dg-error "expected" }
}