Sign in
llvm
/
llvm-archive
/
b74e25f9042d5657e8f400dd820eba426827f1dd
/
.
/
llvm-gcc-4.2
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wunused-8.C
blob: a1c8a1fb4268b8ad7f845f0d41ca11cfe5040d18 [
file
] [
log
] [
blame
]
// PR c++/16029
// { dg-options "-Wunused" }
int
main
()
{
// We should not see an "unused" warning about "whatever" on the
// next line.
return
whatever
();
// { dg-error "declared" }
}