Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.other / externC1.C
blob0e485053a5e4611b90fefdb92407aec82bd06ec5
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mitchell@codesourcery.com>
4 extern "C"
6   struct T
7   {
8     ~T ();
9   };
11   struct S
12   {
13     T t;
14   };
17 S* s;
19 void f ()
21   delete s;