Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
ctor9.C
blob: 6df2595e1440cbbc545749f46ff62035dac17923 [
file
] [
log
] [
blame
]
/* PR c++/37647 */
/* { dg-do compile } */
struct
A
{
A
()
{
void
A
();
}
/* { dg-error "return type specification for constructor invalid|non-class scope|local external" } */
};