// { dg-do assemble } // No bug; making sure my fix for tredecl.C doesn't break other cases template struct Foo { Foo * me() { return this; } }; Foo i;