Code:
function test0(); // Don't forget this line ;)

function test1()
{
	blah blah;
	test0();
}

function test0()
{
	blah blah;
	test1();
}