#include <elf.h>

int main(int arg, char* argv[])
{
    return 1;
}