// { dg-do assemble } // Copyright (C) 1999 Free Software Foundation // by Alexandre Oliva // based on bug report by Gabriel Dos_Reis template class foo { typedef typename C::bar bar; foo(bar); }; template foo::foo(bar) {} // { dg-bogus "" } C not a class