Files
kea/compiler-checks/stream-truncated-error.cc
Andrei Pavel 9d66d0d6cc
Some checks are pending
CodeQL / Analyze (cpp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
[#3443] Extra additions to the additions to the Meson Proof of Concept
2025-02-04 16:29:49 +02:00

7 lines
115 B
C++

#include <boost/asio/ssl.hpp>
int main() {
auto _(boost::asio::ssl::error::stream_truncated);
return 0;
}