OSDN Git Service

Make it fail
authorloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Aug 1999 19:12:30 +0000 (19:12 +0000)
committerloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Aug 1999 19:12:30 +0000 (19:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28675 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e1ba30d..c5e2d78 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;
 }