OSDN Git Service

* g++.dg/cpp/_Pragma1.C: Disable on AIX.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / attrib7.C
1 // { dg-options "-Wunused-parameter" }
2
3 void f (int i __attribute__((__unused__))) {}