3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 1 Aug 2003 <nathan@codesourcery.com>
6 // PR 10530. Thought a type was dependent.
15 template <typename A> struct Bar {
16 typedef typename Foo<int>::Inner::type type;