blob: 593bf4872d418eb7651771512179885743294ded [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() { }