2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / externC2.C
blobd5b23303b999af5830744b16b60b606d2de3c581
1 // { dg-do assemble  }
2 // Origin: Boris Zentner <boris@m2b.de>
4 extern "C"
6 struct xx
8   int x;
9   xx();
12 xx::xx()
14   x = 0;