static int int64_t_Compare()

in src/ctest.c [524:527]


static int int64_t_Compare(int64_t left, int64_t right)
{
    return left != right;
}