7 lines
70 B
C
7 lines
70 B
C
|
void NoDepAFunction();
|
||
|
|
||
|
void NoDepCFunction()
|
||
|
{
|
||
|
NoDepAFunction();
|
||
|
}
|