(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.jason/
tredecl2.C
// { dg-do assemble  }
// No bug; making sure my fix for tredecl.C doesn't break other cases

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