2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib7.C
blobfa16fdd98cd895163c3233756a21f994fe4a752b
1 // { dg-options "-Wunused-parameter" }
3 void f (int i __attribute__((__unused__))) {}