int foo(a, b)
const char *a, *b;
{
	a = b;
	return a;
}
