]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/unused-4.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / unused-4.c
CommitLineData
ef4f94ac
RH
1/* { dg-do compile } */
2/* { dg-options "-Wunused -O3" } */
3
0f876f22 4static const int i = 0; /* { dg-warning "defined but not used" } */
ef4f94ac
RH
5static void f() { } /* { dg-warning "defined but not used" } */
6static inline void g() { }