diff options
Diffstat (limited to 'libcxx/test/std/nothing_to_do.pass.cpp')
-rw-r--r-- | libcxx/test/std/nothing_to_do.pass.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libcxx/test/std/nothing_to_do.pass.cpp b/libcxx/test/std/nothing_to_do.pass.cpp index 02fe32ece48..779762e7e99 100644 --- a/libcxx/test/std/nothing_to_do.pass.cpp +++ b/libcxx/test/std/nothing_to_do.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// -int main() +int main(int, char**) { + + return 0; } |