int overloadApply(int function(void*, Dsymbol) fp)
{
}

void takesArray(int[])
{
	doesntUseArray();
}