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

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

index be581dde8368ed688e644e556771e31b35f4f75d..bce922c25b5ce8aa85dd47bda601ebd309fc1d2f 100644 (file)
@@ -6,3 +6,5 @@ void foo() {
          } TESTOBJ;
 
 }
+
+int main() { return 0; }