#include <stdlib.h>
#include <stdio.h>

int main(int argc, char **argv)
{
	memcpy((char *) 0, 10, 2);
	return 0;
}
