/* Copyright (c) 2016-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "str.h"
#include "unichar.h"
#include "message-parser.h"
#include "message-search.h"
#include "test-common.h"
static void test_message_search_more_get_decoded(void)
{
unsigned int i;
test_begin("message_search_more_get_decoded()");
/* feed the Content-Type header */
/* EOH */
/* body */
for (i = 0; input[i] != '\0'; i++) {
}
test_end();
}
int main(void)
{
static void (*const test_functions[])(void) = {
};
return test_run(test_functions);
}