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" }
}