[committed] Fix minor SH scan-asm failure after recent IOR->ADD changes
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / net14.C
blob36b2b236c8f1c3b0e5b997f30a067dbc69c6e58a
1 // { dg-do assemble  }
2 // this probably does not have correct debugging info generated.
4 typedef struct Thing {
5                 Thing();
6         int     x;
7 } Thing;