Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / warn / Wunused-2.C
blob593bf4872d418eb7651771512179885743294ded
1 // { dg-do compile }
2 // { dg-options "-Wunused -O3" }
4 static const int i = 0;
5 static void f() { }             /* { dg-warning "defined but not used" "" } */
6 static inline void g() { }