dfmt/tests/issue0066.d

9 lines
102 B
D

int overloadApply(int function(void*, Dsymbol) fp)
{
}
void takesArray(int[])
{
doesntUseArray();
}