Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / ext / attrib7.C
blobfa16fdd98cd895163c3233756a21f994fe4a752b
1 // { dg-options "-Wunused-parameter" }
3 void f (int i __attribute__((__unused__))) {}