Make it fail
authorMartin v. Löwis <loewis@gcc.gnu.org>
Wed, 11 Aug 1999 19:12:30 +0000 (19:12 +0000)
committerMartin v. Löwis <loewis@gcc.gnu.org>
Wed, 11 Aug 1999 19:12:30 +0000 (19:12 +0000)
From-SVN: r28675

gcc/testsuite/g++.old-deja/g++.ns/template13.C

index e1ba30d0328e512fde21d66042bea6dde9fd3255..c5e2d78e4196ae9d23279ea8e003986e71e209ac 100644 (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;
 }