Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wunused-function2.C
blob: 1b97df11bd3c40f606514321d56308a0d33b98f5 [
file
] [
log
] [
blame
]
// PR debug/66869
// { dg-do compile }
// { dg-options "-Wunused-function" }
static
void
test
(
void
);
// { dg-warning "'void test..' declared 'static' but never defined" }
int
i
;