Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wreturn-type-1.C
blob: fb9a862913955b41ca719648ab48025cc1510a23 [
file
] [
log
] [
blame
]
// PR c++/11725
// { dg-options "-Wreturn-type" }
template
<
class
T
>
struct
A
{
int
foo
()
{
throw
"Stop"
;
}
};