test_false
int test_false(const char *file, int line, const char *s, int b);
#define TEST_false(a) test_false(__FILE__, __LINE__, #a, (a) != 0)