2015-05-04 Sandra Loosemore <sandra@codesourcery.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / unused-4.c
blob99e845f45a3c1bb1d2ff434edfe9b97f447e331c
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() { }