Files
contract/test/disable/lib_y.cpp
2016-02-08 22:14:59 -08:00

11 lines
204 B
C++

// Test contracts in .hpp so can have post (even if NO_POST in its Jamfile).
#define BOOST_CONTRACT_TEST_LIB_Y_SOURCE
#include "lib_y.hpp"
namespace lib_y_ {
void y_body() { out("y::body\n"); }
}