Fix final linking errors
authorChris Lattner <sabre@nondot.org>
Mon, 16 Jun 2003 12:27:12 +0000 (12:27 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Jun 2003 12:27:12 +0000 (12:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6707 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/2003-06-08-BaseType.cpp
test/C++Frontend/2003-06-13-Crasher.cpp

index e10a5a6329806f66ce4d2aaa47e3c461625c0dac..ebae736ffd6dce610e61d6da98806cfba48bd97d 100644 (file)
@@ -10,10 +10,7 @@ struct bar : public foo {
   bar();
 };
 
-//int bar::X() { return 0; }
-
-bar::bar() {
-
-}
+bar::bar() { }
+foo::foo() { }
 
 int main() { return 0; }
index bce922c25b5ce8aa85dd47bda601ebd309fc1d2f..e9f8ab1f90f2945ef159564b87bca6cbff31f774 100644 (file)
@@ -1,4 +1,4 @@
-void bar();
+void bar(){}
 
 void foo() {
          struct TEST {