2002-05-01 14:00:21 -04:00

7 lines
70 B
C

void NoDepAFunction();
void NoDepBFunction()
{
NoDepAFunction();
}