Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / warn / Wreturn-type-1.C
blobfb9a862913955b41ca719648ab48025cc1510a23
1 // PR c++/11725
2 // { dg-options "-Wreturn-type" }
4 template <class T>
5 struct A 
7   int foo()
8   {
9     throw "Stop";
10   }