2
0
mirror of https://github.com/boostorg/compat.git synced 2026-01-19 04:02:16 +00:00
Files
compat/test/latch_test.cpp
2023-05-14 01:09:13 +03:00

12 lines
263 B
C++

// Copyright 2023 Peter Dimov.
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/compat/latch.hpp>
#include <boost/core/lightweight_test.hpp>
int main()
{
return boost::report_errors();
}