diff options
-rw-r--r-- | test/C++Frontend/2003-06-13-Crasher.cpp | 2 |
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; } |