/* Copyright (c) 2007-2018 Dovecot authors, see the included COPYING file */
#include "test-lib.h"
#include "bsearch-insert-pos.h"
{
}
void test_bsearch_insert_pos(void)
{
static const unsigned int input[] = {
};
const unsigned int *cur;
bool success;
else if (idx == 0)
else {
}
if (!success)
break;
}
success);
}
}