tredecl2.C   [plain text]


// No bug; making sure my fix for tredecl.C doesn't break other cases
// Build don't link:

template<class T> struct Foo { Foo<T> * me() { return this; } };
Foo<int> i;