Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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() { }