Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / warn / Wunused-8.C
bloba1c8a1fb4268b8ad7f845f0d41ca11cfe5040d18
1 // PR c++/16029
2 // { dg-options "-Wunused" }
4 int main ()
6   // We should not see an "unused" warning about "whatever" on the
7   // next line.
8   return whatever (); // { dg-error "declared" }