2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib7.C
blobfa16fdd98cd895163c3233756a21f994fe4a752b
1 // { dg-options "-Wunused-parameter" }
3 void f (int i __attribute__((__unused__))) {}