mirror of
https://github.com/boostorg/contract.git
synced 2026-02-26 16:42:19 +00:00
11 lines
204 B
C++
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"); }
|
|
}
|
|
|