summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/attrib7.C
blob: fa16fdd98cd895163c3233756a21f994fe4a752b (plain)
1
2
3
// { dg-options "-Wunused-parameter" }

void f (int i __attribute__((__unused__))) {}