Files
boost_assert/test/cmake_subdir_test/main.cpp
T

8 lines
80 B
C++

#include <boost/assert.hpp>
int main()
{
int x = 5;
BOOST_ASSERT( x > 4 );
}