Make it fail

From-SVN: r28675
This commit is contained in:
Martin v. Löwis 1999-08-11 19:12:30 +00:00
parent 2c5a7dc197
commit eebd152bca

View File

@ -2,6 +2,7 @@
// Templates defined outside must be declared inside
namespace bar
{
void foo(); // trick it to provide some prior declaration
template<class T>class X;
}