attrib22.C   [plain text]


// PR c++/27648

void f()
{
  static_cast<float *__attribute((unused))>(0); // { dg-error "expected" }
}