mirror of
https://github.com/boostorg/cobalt.git
synced 2026-01-23 05:22:14 +00:00
20 lines
397 B
C++
20 lines
397 B
C++
//
|
|
// Copyright (c) 2025 Klemens Morgenstern (klemens.morgenstern@gmx.net)
|
|
//
|
|
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
//
|
|
|
|
#include <boost/cobalt/io/ops.hpp>
|
|
|
|
#include <boost/test/unit_test.hpp>
|
|
|
|
BOOST_AUTO_TEST_SUITE(io);
|
|
|
|
BOOST_AUTO_TEST_CASE(ops)
|
|
{
|
|
|
|
}
|
|
|
|
BOOST_AUTO_TEST_SUITE_END();
|