Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / warn / Wshadow-3.C
blob99add19a4357faa28fe907d8e6ba542f848e9727
1 // PR c++/18530
2 // { dg-options "-Wshadow" }
4 struct A {
5   A();
6   ~A();
7   void foo (int __ct, int __dt) {}
8 };