From 1d1b0e56ce6d23fcd8d7bf3f85245198d681db16 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 16 Jun 2003 12:23:27 +0000 Subject: [PATCH] Fix link problem 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 | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.34.1