mdbx-testing: добавление extra/probe.c++ просто для проверки компилируемости.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-11-22 13:25:55 +03:00
parent 8369b8ff64
commit b6a851b3d6
3 changed files with 15 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
int main(int argc, const char *argv[]) {
(void)argc;
(void)argv;
std::cout << "FAKE-OK (since no C++20 std::thread and/or std::latch\n";
std::cout << "FAKE-OK (since no C++20 std::thread and/or std::latch)\n";
return EXIT_SUCCESS;
}