2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / m7.C
blob1615a4916de3d06c19031a4465cde19e3f38c64e
1 // { dg-do assemble  }
3 struct B { struct A { A(); int a; }; A aa; };
4 B::A::A () { a = 37; }
5 char *xx[]= {"/*",
6 "../tests/m7.cc:1: warning: return type specification for constructor invalid",
7 "../tests/m7.cc: In function struct A A ():",
8 "../tests/m7.cc:2: `a' undeclared (first use this function)",
9 "../tests/m7.cc:2: (Each undeclared identifier is reported only once",
10 "../tests/m7.cc:2: for each function it appears in.)",
11 "../tests/m7.cc:2: warning: control reaches end of non-void function",
12                "*/" };