blob: fb9a862913955b41ca719648ab48025cc1510a23 [file] [log] [blame]
// PR c++/11725
// { dg-options "-Wreturn-type" }
template <class T>
struct A
{
int foo()
{
throw "Stop";
}
};