diff options
Diffstat (limited to 'libcxx/test/libcxx/input.output/filesystems/version.pass.cpp')
-rw-r--r-- | libcxx/test/libcxx/input.output/filesystems/version.pass.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libcxx/test/libcxx/input.output/filesystems/version.pass.cpp b/libcxx/test/libcxx/input.output/filesystems/version.pass.cpp index b94e32cbc2f..b0f03174425 100644 --- a/libcxx/test/libcxx/input.output/filesystems/version.pass.cpp +++ b/libcxx/test/libcxx/input.output/filesystems/version.pass.cpp @@ -14,6 +14,8 @@ #error _LIBCPP_VERSION not defined #endif -int main() +int main(int, char**) { + + return 0; } |