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