aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-16 12:23:27 +0000
committerChris Lattner <sabre@nondot.org>2003-06-16 12:23:27 +0000
commit1d1b0e56ce6d23fcd8d7bf3f85245198d681db16 (patch)
tree78688c929392c3dc3d9f7ce5d7b0ffd0230c55f1
parentda92090f0eafaf4fa0b96fb6c9ed6ff32ab9fcdf (diff)
Fix link problem
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6705 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/C++Frontend/2003-06-13-Crasher.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/C++Frontend/2003-06-13-Crasher.cpp b/test/C++Frontend/2003-06-13-Crasher.cpp
index be581dde83..bce922c25b 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; }