FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / tredecl2.C
blobfaaf8624f2732fa10f480f7f891547f57d241f91
1 // No bug; making sure my fix for tredecl.C doesn't break other cases
2 // Build don't link:
4 template<class T> struct Foo { Foo<T> * me() { return this; } };
5 Foo<int> i;