No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / ext / attrib7.C
blobfa16fdd98cd895163c3233756a21f994fe4a752b
1 // { dg-options "-Wunused-parameter" }
3 void f (int i __attribute__((__unused__))) {}