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


syntax highlighted by Code2HTML, v. 0.9.1