rt_gccstream/gcc/testsuite/gcc.dg/unused-4.c

7 lines
177 B
C

/* { 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() { }