1 // { dg-do assemble  }
2 // No bug; making sure my fix for tredecl.C doesn't break other cases
3 
meFoo4 template<class T> struct Foo { Foo<T> * me() { return this; } };
5 Foo<int> i;
6