#include "test-lib.h" #include "read-cache-ll.h" static void check_strcmp_offset(const char *string1, const char *string2, int expect_result, uintmax_t expect_offset) { … } #define TEST_STRCMP_OFFSET(string1, string2, expect_result, expect_offset) … int cmd_main(int argc UNUSED, const char **argv UNUSED) { … }