1 // { dg-do compile { target c++11 } }
2 // { dg-options "-Wunused-parameter" }
3 
f(int i)4 void f (int i [[gnu::__unused__]]) {}
5