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" } */
};