FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / cast1.C
blobe37b16931556e15667ffe2889940be93f76975fe
1 // Build don't link:
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <class T>
5 void f (T t) {
6   const_cast<T>(t);