Files
contract/test/public_function/max_args0.cpp

7 lines
104 B
C++

// Test with max argument number set to 0.
#define BOOST_CONTRACT_MAX_ARGS 0
#include "max_args.hpp"