mirror of
https://github.com/boostorg/boost-ci.git
synced 2026-01-19 04:02:12 +00:00
8 lines
178 B
C++
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;
|
|
}
|