OSDN Git Service

PR c++/44148
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / attrib7.C
1 // { dg-options "-Wunused-parameter" }
2
3 void f (int i __attribute__((__unused__))) {}