blob: 33412506852aae8807d8a0792a470984c20cfa9e [file] [log] [blame]
// { dg-do compile { target c++11 } }
// { dg-options "-Wunused-parameter" }
void f (int i [[gnu::__unused__]]) {}