Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash62.C
blob: 230d162f0b24015f0d37f35c65b45c24fc6aba9d [
file
] [
log
] [
blame
]
// PR c++/57352
struct
x
{
operator
class
{}
();
// { dg-error "types|expected" }
};