test-bsearch-insert-pos.c revision 8ae72ad7d0c69e972cfa65d1e2ce4e3e9a8b765c
/* Copyright (c) 2007-2013 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[] = {
};
static const unsigned int max_key = 18;
const unsigned int *cur;
bool success;
else if (idx == 0)
else {
}
if (!success)
break;
}
success);
}
}