svn merge -r102224:107263 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_4-branch
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib7.C
blobfa16fdd98cd895163c3233756a21f994fe4a752b
1 // { dg-options "-Wunused-parameter" }
3 void f (int i __attribute__((__unused__))) {}