#include int main() { int const x = 5; BOOST_STATIC_ASSERT( x > 4 ); }