// { dg-do compile } // Origin: rmerkert@alphatech.com // Volker Reichelt // PR c++/12495: ICE looking up class template in local class. template struct A {}; template void foo() { struct B { B (const A&); }; }