#include "tests.h"
void test_4()
{
printf("TEST 4 STARTET\n");
char test[12];
assert(!resetInput(test));
printf("TEST 4 ERFOLGREICH\n");
}