// { dg-do compile } // Copyright (C) 2004 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 14 Dec 2004 // PR 18981. ICE // Origin: Andreas Schwab template struct tree { struct iterator; struct sibling_iterator { friend struct tree::iterator; }; };