aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/warn/Wunused-2.C
blob: dcad9015e11b4fd1751e596baa09fc1cdf3b38df (plain)
1
2
3
4
5
6
// { dg-do compile }
// { dg-options "-Wunused -O3" }

static const int i = 0;
static void f() { }		/* { dg-warning "defined but not used" "" { xfail *-*-* } } */
static inline void g() { }