dfmt/tests/allman/issue0066.d.ref

9 lines
105 B
Plaintext

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