Daily bump.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / net14.C
blob4f32fdd52ea07753b722c124a58940bc1693f787
1 // Build don't link:
2 // this probably does not have correct debugging info generated.
4 typedef struct Thing {
5                 Thing();
6         int     x;
7 } Thing;