blob: e37b16931556e15667ffe2889940be93f76975fe [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
template <class T>
void f (T t) {
const_cast<T>(t);
}