3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 31 Jul 2003 <nathan@codesourcery.com>
6 // PR 9447. further test cases for dependent using decl
8 template <typename T> struct Base;
10 template <typename T> struct Derived : public Base<T> {
15 int get_i() { return i.f(); }