// { dg-do compile }// Copyright (C) 2003 Free Software Foundation, Inc.// Contributed by Nathan Sidwell 1 Aug 2003 <nathan@codesourcery.com>// PR 10530. Thought a type was dependent.template<typenameT>structFoo{structInner{typedefinttype;};};template<typenameA>structBar{typedeftypenameFoo<int>::Inner::typetype;};