#include <stdio.h>

int foo(void)
{
	printf("override foo called\n");
	return 0;
}

