OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / attrib7.C
1 // { dg-options "-Wunused-parameter" }
2
3 void f (int i __attribute__((__unused__))) {}