(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.pt/
m4.C
// { dg-do assemble  }

struct A1 { struct B { B(); } b; };
struct A2 { struct B { ~B(); } b; };
char xx[] ="../tests/m4.cc:1: warning: return type specification for constructor invalid";