diff options
Diffstat (limited to 'libcxx/test/std/diagnostics/assertions/cassert.pass.cpp')
-rw-r--r-- | libcxx/test/std/diagnostics/assertions/cassert.pass.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libcxx/test/std/diagnostics/assertions/cassert.pass.cpp b/libcxx/test/std/diagnostics/assertions/cassert.pass.cpp index fe54e1852df..a18a4d0df03 100644 --- a/libcxx/test/std/diagnostics/assertions/cassert.pass.cpp +++ b/libcxx/test/std/diagnostics/assertions/cassert.pass.cpp @@ -14,6 +14,8 @@ #error assert not defined #endif -int main() +int main(int, char**) { + + return 0; } |