blob: 4c07df995c75aabe8bb22e5a46f8755539ed08a0 [file] [log] [blame]
// PR c++/27648
// { dg-do compile { target c++11 } }
void f()
{
static_cast<float *[[gnu::unused]]>(0); // { dg-warning "ignored" }
}