OSDN Git Service

Merge tree-ssa-20020619-branch into mainline.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / unused-4.c
1 /* { dg-do compile } */
2 /* { dg-options "-Wunused -O3" } */
3
4 static const int i = 0;         /* { dg-warning "unused variable" } */
5 static void f() { }             /* { dg-warning "defined but not used" } */
6 static inline void g() { }