Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.robertl / eb48.C
blob3b98a3504668f10d9e78f30054a352d8762f0817
1 // { dg-do assemble  }
2 char *t1 (const char *s)
4   return const_cast<char *>(s);
7 char *&t1 (const char *&s)
9   return const_cast<char *&>(s);