From: Chris Lattner Date: Mon, 16 Jun 2003 12:23:27 +0000 (+0000) Subject: Fix link problem X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1d1b0e56ce6d23fcd8d7bf3f85245198d681db16;p=oota-llvm.git Fix link problem git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6705 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/C++Frontend/2003-06-13-Crasher.cpp b/test/C++Frontend/2003-06-13-Crasher.cpp index be581dde836..bce922c25b5 100644 --- a/test/C++Frontend/2003-06-13-Crasher.cpp +++ b/test/C++Frontend/2003-06-13-Crasher.cpp @@ -6,3 +6,5 @@ void foo() { } TESTOBJ; } + +int main() { return 0; }