#include "stdint.h"

uint8_t perform_test()
{
        return 42;
}
