exp_res            25 test/support/support.h #define TEST_AND_REPORT(res, exp_res, str)  \
exp_res            26 test/support/support.h     if( res == exp_res ) test_success(); \