Files
boost-ci/test/cmake_test/main.cpp
2021-12-09 15:41:08 +01:00

8 lines
178 B
C++

#include <boost/boost-ci/boost_ci.hpp>
int main()
{
const int expectedValue = (MSVC_VALUE) ? 21 : 42;
return (boost::boost_ci::get_answer() == expectedValue) ? 0 : 1;
}