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; }