3 // Origin: Richard Guenther <rguenth@tat.physik.uni-tuebingen.de>
5 // PR c++/9432: ICE in validate_nonmember_using_decl when decl is a
8 template <class T> struct Foo;
10 struct Bar : public Foo<T> {
13 using Foo<T>::i; // { dg-error "not a namespace" }