8 lines
66 B
C
8 lines
66 B
C
|
void OneFunc();
|
||
|
|
||
|
void TwoFunc()
|
||
|
{
|
||
|
OneFunc();
|
||
|
NoDepZ_func();
|
||
|
}
|