blob: 99e845f45a3c1bb1d2ff434edfe9b97f447e331c [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Wunused -O3" } */
static const int i = 0;
static void f() { } /* { dg-warning "defined but not used" } */
static inline void g() { }