blob: ab27e65fe7a8320028f3d7e289633f3894d8a6cb [file] [log] [blame]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
template <class T>
void f (T t) {
const_cast<T>(t);
}