Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / memtemp68.C
blob63a7014a4aeaa6c218e7dca446ab65186c1d2347
1 // { dg-do assemble  }
3   struct locale
4   {
5     template<class _Facet>
6       locale (const locale&, _Facet*);
7     locale(int*) throw();
8   };
9   void f(int* p) { locale keep (p); }