3 // Copyright (C) 2000 Free Software Foundation
4 // Contributed by Nathan Sidwell 3 July 2000 <nathan@codesourcery.com>
5 // We'd get confused entering a namespace via an alias
8 namespace Render_Real {
12 namespace Core_Real {}
13 namespace Core = Core_Real;
16 template<class T> void Foo (T *) {} // { dg-error "definition" }
19 template<> void Core::Foo<> (Render_Real::Type *) {} // { dg-error "" }