1 // PR c++/27648
2 // { dg-do compile { target c++11 } }
3 
f()4 void f()
5 {
6   static_cast<float *[[gnu::unused]]>(0);
7 }
8