lightweight_test_fail11.cpp 258 B

1234567891011121314
  1. /*
  2. Copyright 2018 Glen Joseph Fernandes
  3. (glenjofe@gmail.com)
  4. Distributed under the Boost Software License, Version 1.0.
  5. (http://www.boost.org/LICENSE_1_0.txt)
  6. */
  7. #include <boost/core/lightweight_test.hpp>
  8. int main()
  9. {
  10. BOOST_TEST(true);
  11. return 0;
  12. }