Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / cast1.C
blobab27e65fe7a8320028f3d7e289633f3894d8a6cb
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <class T>
5 void f (T t) {
6   const_cast<T>(t);