Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.jason / tredecl2.C
blob6d354781a18e49f28039667381888e29fd2c7cfa
1 // { dg-do assemble  }
2 // No bug; making sure my fix for tredecl.C doesn't break other cases
4 template<class T> struct Foo { Foo<T> * me() { return this; } };
5 Foo<int> i;