Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
catch2.C
blob: 528d6c74125b5ad09c33b2343c455beb03a7455e [
file
] [
log
] [
blame
]
// PR c++/62046
void
foo
()
{
}
catch
(...);
// { dg-error "expected" }
class
bar
{
void
foo
()
{
}
catch
(...);
};
// { dg-error "expected" }