aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/cast1.C
blob: e37b16931556e15667ffe2889940be93f76975fe (plain)
1
2
3
4
5
6
7
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>

template <class T>
void f (T t) {
  const_cast<T>(t);
}