]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/boost_install/test/test/test_utf.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / boost_install / test / test / test_utf.cpp
1
2 // Copyright 2018 Peter Dimov.
3 //
4 // Distributed under the Boost Software License, Version 1.0.
5 //
6 // See accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt
8
9 #define BOOST_TEST_MODULE main
10 #include <boost/test/unit_test.hpp>
11
12 BOOST_AUTO_TEST_CASE( t1 )
13 {
14 int i = 0;
15 BOOST_TEST( i == 0 );
16 }